home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / steppenwolf_2_chapter_8.swf / scripts / DefineButton2_1751 / BUTTONCONDACTION on(press).as next >
Text File  |  2008-11-12  |  276b  |  15 lines

  1. on(press){
  2.    tellTarget("../../MailMovie")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    tellTarget("../../InvArrete")
  7.    {
  8.       gotoAndStop("Arret");
  9.    }
  10.    set("/Variables:Xposition",_X);
  11.    set("/Variables:Yposition",_Y);
  12.    this.swapDepths(1);
  13.    startDrag("",0);
  14. }
  15.